BACK TO LIST
Syntax:
VA1.On_speech_show_activities = "YES" / "NO"
Details :
Keep this : "YES". Keeping this to NO will disable wave playback etc.
Preferred : "YES"
Example :
Private Sub Settings()
VA1.On_speech_show_activities = "YES"
End Sub